<Code Lib>
2025.3 Constructor
Changes 5
C

ElementParameterFilter(IList<FilterRule>, Boolean)

Description:
Autodesk.Revit.DB.
Overloads (4):

public ElementParameterFilter(
	IList<FilterRule> filterRules,
	bool inverted
)

  • IList<FilterRule>
    filterRules
    The rules applied to test if the element passes this filter.
  • Boolean
    inverted
    True if the filter should match all elements which do not pass the filter rules.

Loading…